STR Find Char
That command find in the string where the character 'Char' is (position). If you put a number in 'counter' it will check if the character if available 'counter' times in the string and will give the position of the 'counter' one in the string instead of the first one.

SYNTAX
Returned integer= STR Find Char( String$, Char, Counter )

ADDITIONAL INFORMATIONS
TEXTES Commands Menu
Index

EXEMPLE
Demonstration Sample